CIP Settings

Before analysis can be done a CIP file needs to be created detailing the location of the compiler include paths. Two different CIP settings that can be modified: DISABLE_CIP_GENERATION and IGNORE_CIP_ERROR. They are flag fields that can take either ’-’ or ’+’ as a value.

The <setting> option is DISABLE_CIP_GENERATION and IGNORE_CIP_ERROR.

List CIP Settings

To list the CIP settings for a project:

qacli pprops --view-cip-settings -P <directory>

Set a CIP Setting

To set a CIP value in a project:

qacli pprops -P <directory> --cip-setting <setting> --set <value> --cct-name <cct>

Unset a CIP Setting

To remove a CIP value from a project:

qacli pprops -P <directory> --cip-setting <setting> --unset <value> --cct-name <cct>

Reset a CIP Setting

To reset a CIP setting back to its default setting in a project:

qacli pprops -P <directory> --cip-setting <setting> --reset --cct-name <cct-name>